toChar

@DeprecatedSinceKotlin(warningSince = "1.5")
open override fun toChar(): Char

Converts this Float value to Char.

The resulting Char value is equal to this.toInt().toChar().